Papers with word embedding enhancement
Subword-augmented Embedding for Cloze Reading Comprehension (C18-1)
Copied to clipboard
| Challenge: | Existing models for machine reading comprehension use word and character representations, but character is not the minimal unit. |
| Approach: | They propose to use subword rather than character for word embedding enhancement . they also empirically explore different augmentation strategies on subword-augmented embedded embedders . |
| Outcome: | The proposed model outperforms state-of-the-art models on public datasets. |